home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowdrm.dir / 00049_Script_49 < prev    next >
Text File  |  1994-11-29  |  270b  |  15 lines

  1. on exitFrame
  2.   global MNTRSC31
  3.   if the movieTime of sprite 3 = MNTRSC31  then
  4.     go to frame "council"
  5.   else
  6.     go to frame the frame
  7.   end if
  8.   
  9. end
  10.  
  11. on mouseDown
  12.   set the movieRate of sprite 3 to 0
  13.   updateStage
  14.   go to frame "council"
  15. end mouseDown